home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Source Code / Zoners Half-Life Tools / make.ctl < prev    next >
Text File  |  2001-04-25  |  145b  |  14 lines

  1. ifeq ($(MODE),)
  2. MODE:=release
  3. endif
  4.  
  5. ifeq ($(MAPS),)
  6. MAPS:=1
  7. endif
  8.  
  9. ifeq ($(MODE),super_debug)
  10. USE_ELECTRIC_FENCE:=1
  11. endif
  12.  
  13. LINT:=1
  14.